home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Linux / Kubuntu 8.10 / kubuntu-8.10-desktop-i386.iso / casper / filesystem.squashfs / usr / lib / python2.5 / md5.py < prev    next >
Text File  |  2008-10-05  |  282b  |  11 lines

  1. # $Id: md5.py 39316 2005-08-21 18:45:59Z greg $
  2. #
  3. #  Copyright (C) 2005   Gregory P. Smith (greg@electricrain.com)
  4. #  Licensed to PSF under a Contributor Agreement.
  5.  
  6. from hashlib import md5
  7. new = md5
  8.  
  9. blocksize = 1        # legacy value (wrong in any useful sense)
  10. digest_size = 16
  11.